From: Raimond Spekking Date: Thu, 24 Jan 2008 13:58:40 +0000 (+0000) Subject: partly revert of r30110. looks like an accident. X-Git-Tag: 1.31.0-rc.0~49798 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=cea6746acfe6566a96ebf64b15a523d4fdfd7365;p=lhc%2Fweb%2Fwiklou.git partly revert of r30110. looks like an accident. --- diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 9964ddfdb7..950a46319c 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -339,9 +339,6 @@ class ProtectionForm { function buildExpiryInput() { $attribs = array( 'id' => 'expires' ) + $this->disabledAttrib; return '' - . '' - . '' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '' - . '' . '' . '' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '' . '';